projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f88247
)
Don't display the Gnus splash on gnus-read-ephemeral-emacs-bug-group
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 4 Sep 2020 02:45:49 +0000
(
04:45
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 4 Sep 2020 02:45:55 +0000
(
04:45
+0200)
* lisp/gnus/gnus.el: Don't display the Gnus splash at load time
(bug#43123).
lisp/gnus/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus.el
b/lisp/gnus/gnus.el
index f615d49d2766a19e3527ee52c8c2257c240946ef..295395c79c29b5b6157ba8a20a56622747c67d95 100644
(file)
--- a/
lisp/gnus/gnus.el
+++ b/
lisp/gnus/gnus.el
@@
-853,12
+853,6
@@
be used directly.")
(cons (car list) (list :type type :data data)))
list)))
-(let ((command (format "%s" this-command)))
- (when (string-match "gnus" command)
- (if (eq 'gnus-other-frame this-command)
- (gnus-get-buffer-create gnus-group-buffer)
- (gnus-splash))))
-
;;; Do the rest.
(require 'gnus-util)